home *** CD-ROM | disk | FTP | other *** search
INI File | 1995-09-15 | 686 b | 24 lines |
- REM -- First sample WINSTALL.INF file for Chief's Install Pro
- REM -- This is for a very BASIC installation - it uses few RESERVED words
- REM -- All files are installed to the target directory only
-
- [The title of your application]
- $title=Chief's Great Program v222.20
-
- [Default target directory]
- $target=C:\INSTALL
-
- [Disk space needed for the installation - in bytes]
- $space=100000
-
- [Disks to be copied from]
- $disk 1 = *.*
-
- [Program Manager group name]
- $group=The Great Chief
-
- [program(s) to create Program Manager icons for]
- $icon=$dest\INSTALL.EXE;My Installer
- $icon=$dest\WINSTALL.HLP;My Help file
- $icon=NOTEPAD.EXE $dest\WINSTALL.INF;My Installer's Script file
-